|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A tag handler factory provides access to tag handlers.
XXX: This is work in progress and can change anytime until API for 3.0 is frozen.
Method Summary | |
ITagHandler |
findHandler(String text)
Finds and returns a handler that can handle the given text snippet. |
ITagHandler |
getHandler(String tag)
Returns a handler that can handle the given tag. |
Method Detail |
public ITagHandler getHandler(String tag)
Depending on the used handler the factory might return a new or a shared instance.
tag
- the tag for which to return the handler
null
if no handler
is availablepublic ITagHandler findHandler(String text)
Depending on the used handler the factory might return a new or a shared instance.
text
- the text for which to find a handler
null
if no handler
is available
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |